projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a60ac8f
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 29 Jul 2006 22:03:14 +0000
(22:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 29 Jul 2006 22:03:14 +0000
(22:03 +0000)
src/coding.c
patch
|
blob
|
history
diff --git
a/src/coding.c
b/src/coding.c
index f0b3cb74acd411739b50ced858aa220cff16779c..1af7b4c0d52d4641dba29160fa8c63888c718352 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-7539,6
+7539,9
@@
usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */)
return Fcons (val, val);
if (! NILP (Ffboundp (val)))
{
+ /* We use call1 rather than safe_call1
+ so as to get bug reports about functions called here
+ which don't handle the current interface. */
val = call1 (val, Flist (nargs, args));
if (CONSP (val))
return val;